[INFO] cloning repository https://github.com/unaimeds/kenko-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/unaimeds/kenko-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funaimeds%2Fkenko-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funaimeds%2Fkenko-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2a85e757a94fe6b011650badcaa05c6a6269f7b4
[INFO] fixing unaimeds/kenko-api against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funaimeds%2Fkenko-api" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/unaimeds/kenko-api
[INFO] finished tweaking git repo https://github.com/unaimeds/kenko-api
[INFO] tweaked toml for git repo https://github.com/unaimeds/kenko-api written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/unaimeds/kenko-api on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/unaimeds/kenko-api already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid-macro-internal v1.17.0
[INFO] [stderr]   Downloaded toml v0.9.2
[INFO] [stderr]   Downloaded serde_spanned v1.0.0
[INFO] [stderr]   Downloaded toml_writer v1.0.2
[INFO] [stderr]   Downloaded toml_parser v1.0.1
[INFO] [stderr]   Downloaded toml_datetime v0.7.0
[INFO] [stderr]   Downloaded cc v1.2.25
[INFO] [stderr]   Downloaded winnow v0.7.12
[INFO] [stderr]   Downloaded dotenvy_macro v0.15.7
[INFO] [stderr]   Downloaded tokio v1.47.0
[INFO] [stderr]   Downloaded redis v0.32.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d
[INFO] running `Command { std: "docker" "start" "854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling tokio v1.47.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking base64ct v1.7.3
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking convert_case v0.8.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking toml_parser v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling uuid-macro-internal v1.17.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling dotenvy_macro v0.15.7
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_with v3.14.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking toml v0.9.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]     Checking hyper-util v0.1.13
[INFO] [stderr]     Checking infer v0.19.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking redis v0.32.4
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking kenko-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let user = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 12 | |         r#"SELECT EXISTS ( SELECT 1 FROM users WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout] 13 | |         user_id,
[INFO] [stdout] 14 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | /     sqlx::query_as!(
[INFO] [stdout] 23 | |         User,
[INFO] [stdout] 24 | |         r#"
[INFO] [stdout] 25 | |         SELECT id, username, display_name, email, password, avatar_url, account_state AS "account_state: _", created_at
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |         user_id,
[INFO] [stdout] 31 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | /     sqlx::query_as!(
[INFO] [stdout] 38 | |         User,
[INFO] [stdout] 39 | |         r#"
[INFO] [stdout] 40 | |         SELECT id, username, display_name, email, password, avatar_url, account_state AS "account_state: _", created_at
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |         email,
[INFO] [stdout] 46 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | /     sqlx::query_as!(
[INFO] [stdout] 53 | |         FullUser,
[INFO] [stdout] 54 | |         r#"
[INFO] [stdout] 55 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         id,
[INFO] [stdout] 94 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | /     sqlx::query_as!(
[INFO] [stdout] 105 | |         UserDetailsWithGoalsAndPreferences,
[INFO] [stdout] 106 | |         r#"
[INFO] [stdout] 107 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 123 | |         user_id,
[INFO] [stdout] 124 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 | /     sqlx::query_as!(
[INFO] [stdout] 132 | |         MinimalUserForTdee,
[INFO] [stdout] 133 | |         r#"
[INFO] [stdout] 134 | |         SELECT n.base_tdee, d.weight, g.weight_goal AS "weight_goal: _", g.goal_diff_per_week
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |         user_id
[INFO] [stdout] 141 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:180:16
[INFO] [stdout]     |
[INFO] [stdout] 180 |       let user = sqlx::query!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 181 | |         "SELECT tdee FROM user_nutrients WHERE user_id = $1",
[INFO] [stdout] 182 | |         user_id,
[INFO] [stdout] 183 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 194 |       let user_id = sqlx::query!(
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 195 | |         "
[INFO] [stdout] 196 | |         INSERT INTO users (username, display_name, email, password)
[INFO] [stdout] 197 | |         VALUES ($1, $2, $3, $4)
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |         user.username, user.display_name, user.email, user.password,
[INFO] [stdout] 201 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 | /     sqlx::query!(
[INFO] [stdout] 208 | |         "
[INFO] [stdout] 209 | |         INSERT INTO user_details (user_id, sex, weight, height, date_of_birth, idle_activity, workout_activity, diet_kind)
[INFO] [stdout] 210 | |         VALUES ($1, $2, $3, $4, $5, $6, $7, $8)
[INFO] [stdout] 211 | |         ",
[INFO] [stdout] 212 | |         user_id, user.sex as _, user.weight, user.height, user.date_of_birth, user.idle_activity, user.workout_activity, user.die...
[INFO] [stdout] 213 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     sqlx::query!(
[INFO] [stdout] 219 | |         "INSERT INTO user_preferences (user_id, weight_unit, height_unit) VALUES ($1, $2, $3)",
[INFO] [stdout] 220 | |         user_id, user.weight_unit as _, user.height_unit as _,
[INFO] [stdout] 221 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:226:5
[INFO] [stdout]     |
[INFO] [stdout] 226 | /     sqlx::query!(
[INFO] [stdout] 227 | |         "
[INFO] [stdout] 228 | |         INSERT INTO user_sections (user_id, index, name) VALUES
[INFO] [stdout] 229 | |         ($1, $2, $3), ($1, $4, $5), ($1, $6, $7), ($1, $8, $9)
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |         3, "Snacks",
[INFO] [stdout] 236 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | /     sqlx::query!(
[INFO] [stdout] 242 | |         "INSERT INTO user_goals (user_id, weight_goal, goal_diff_per_week) VALUES ($1, $2, $3)",
[INFO] [stdout] 243 | |         user_id, user.weight_goal as _, user.goal_diff_per_week,
[INFO] [stdout] 244 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:249:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | /     sqlx::query!(
[INFO] [stdout] 250 | |         "INSERT INTO user_metrics (user_id, origin) VALUES ($1, $2)",
[INFO] [stdout] 251 | |         user_id, user.origin as _,
[INFO] [stdout] 252 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:257:5
[INFO] [stdout]     |
[INFO] [stdout] 257 | /     sqlx::query!(
[INFO] [stdout] 258 | |         "
[INFO] [stdout] 259 | |         INSERT INTO
[INFO] [stdout] 260 | |             user_nutrients (user_id, bmr, base_tdee, tdee, protein_target, fat_target, carb_target, protein_dist, fat_dist, carb_...
[INFO] [stdout] ...   |
[INFO] [stdout] 266 | |         DEFAULT_PROTEIN_DIST, DEFAULT_FAT_DIST, DEFAULT_CARB_DIST,
[INFO] [stdout] 267 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:277:5
[INFO] [stdout]     |
[INFO] [stdout] 277 | /     sqlx::query!(
[INFO] [stdout] 278 | |         "UPDATE users SET avatar_url = $1 WHERE id = $2",
[INFO] [stdout] 279 | |         avatar, user_id,
[INFO] [stdout] 280 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 288 | /     sqlx::query!(
[INFO] [stdout] 289 | |         "
[INFO] [stdout] 290 | |         UPDATE users
[INFO] [stdout] 291 | |         SET username = $2, display_name = $3, password = $4, email = $5
[INFO] [stdout] ...   |
[INFO] [stdout] 294 | |         user_id, update.username, update.display_name, update.password, update.email,
[INFO] [stdout] 295 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 303 | /     sqlx::query!(
[INFO] [stdout] 304 | |         "
[INFO] [stdout] 305 | |         UPDATE user_details
[INFO] [stdout] 306 | |         SET sex = $2, weight = $3, height = $4, date_of_birth = $5, idle_activity = $6, workout_activity = $7
[INFO] [stdout] ...   |
[INFO] [stdout] 310 | |         update.date_of_birth, update.idle_activity, update.workout_activity,
[INFO] [stdout] 311 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | /     sqlx::query!(
[INFO] [stdout] 327 | |         "
[INFO] [stdout] 328 | |         UPDATE user_preferences
[INFO] [stdout] 329 | |         SET
[INFO] [stdout] ...   |
[INFO] [stdout] 334 | |         user_id, theme as _, language as _, weight_unit as _, height_unit as _,
[INFO] [stdout] 335 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:348:5
[INFO] [stdout]     |
[INFO] [stdout] 348 | /     sqlx::query!(
[INFO] [stdout] 349 | |         "
[INFO] [stdout] 350 | |         UPDATE user_goals
[INFO] [stdout] 351 | |         SET goal_diff_per_week = COALESCE($2, goal_diff_per_week), weight_goal = COALESCE($3, weight_goal)
[INFO] [stdout] ...   |
[INFO] [stdout] 354 | |         user_id, goal_diff, weight_goal as _,
[INFO] [stdout] 355 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 | /     sqlx::query!(
[INFO] [stdout] 364 | |         "DELETE FROM users WHERE id = $1",
[INFO] [stdout] 365 | |         user_id,
[INFO] [stdout] 366 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_nutrients.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     sqlx::query!(
[INFO] [stdout] 15 | |         "
[INFO] [stdout] 16 | |         UPDATE user_nutrients
[INFO] [stdout] 17 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |         macros.proteins.round() as _, macros.fats.round() as _, macros.carbohydrates.round() as _,
[INFO] [stdout] 24 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_nutrients.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | /     sqlx::query!(
[INFO] [stdout] 42 | |         "
[INFO] [stdout] 43 | |         UPDATE user_nutrients
[INFO] [stdout] 44 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |         protein_target, fat_target, carb_target,
[INFO] [stdout] 56 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_nutrients.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |       let nutrients = sqlx::query!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 65 | |         "SELECT tdee FROM user_nutrients WHERE user_id = $1",
[INFO] [stdout] 66 | |         user_id,
[INFO] [stdout] 67 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     sqlx::query_as!(
[INFO] [stdout] 15 | |         FridgeProduct,
[INFO] [stdout] 16 | |         "
[INFO] [stdout] 17 | |         INSERT INTO user_fridge_products (user_id, name, quantity, expiration)
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |         user_id, name, quantity, expiration,
[INFO] [stdout] 22 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | /     sqlx::query_as!(
[INFO] [stdout] 29 | |         FridgeProduct,
[INFO] [stdout] 30 | |         "SELECT * FROM user_fridge_products WHERE user_id = $1",
[INFO] [stdout] 31 | |         user_id,
[INFO] [stdout] 32 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | /     sqlx::query_as!(
[INFO] [stdout] 46 | |         FridgeProduct,
[INFO] [stdout] 47 | |         "
[INFO] [stdout] 48 | |         UPDATE user_fridge_products
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |         name, quantity, expiration,
[INFO] [stdout] 55 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     sqlx::query!(
[INFO] [stdout] 62 | |         "DELETE FROM user_fridge_products WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 63 | |         user_id, product_id,
[INFO] [stdout] 64 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/product.rs:7:19
[INFO] [stdout]    |
[INFO] [stdout]  7 |       let product = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout]  8 | |         r#"SELECT EXISTS ( SELECT 1 FROM products WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout]  9 | |         product_id,
[INFO] [stdout] 10 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/product.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     sqlx::query_as!(
[INFO] [stdout] 19 | |         Product,
[INFO] [stdout] 20 | |         r#"
[INFO] [stdout] 21 | |         SELECT id, name, barcode, brand, ingredients, unit AS "unit: _", quantity, calories, proteins, fats, carbohydrates
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         barcode,
[INFO] [stdout] 27 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/product.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     sqlx::query_as!(
[INFO] [stdout] 34 | |         Product,
[INFO] [stdout] 35 | |         r#"
[INFO] [stdout] 36 | |         WITH
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |         query,
[INFO] [stdout] 63 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:8:24
[INFO] [stdout]    |
[INFO] [stdout]  8 |       let meal_product = sqlx::query!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout]  9 | |         r#"SELECT EXISTS ( SELECT 1 FROM meal_products WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout] 10 | |         product_id,
[INFO] [stdout] 11 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:23:20
[INFO] [stdout]    |
[INFO] [stdout] 23 |       let products = sqlx::query!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 24 | |         r#"
[INFO] [stdout] 25 | |         SELECT count(*) AS "count!"
[INFO] [stdout] 26 | |         FROM meal_products p
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |         user_id, date,
[INFO] [stdout] 31 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | /     sqlx::query_as!(
[INFO] [stdout] 44 | |         UserMealProduct,
[INFO] [stdout] 45 | |         r#"
[INFO] [stdout] 46 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |         date, user_id,
[INFO] [stdout] 63 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |       let meal_id = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 78 | |         "INSERT INTO user_meals (user_id, section_id, date) VALUES ($1, $2, $3) RETURNING id",
[INFO] [stdout] 79 | |         user_id, product.section_id, date,
[INFO] [stdout] 80 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:86:27
[INFO] [stdout]     |
[INFO] [stdout]  86 |       let meal_product_id = sqlx::query!(
[INFO] [stdout]     |  ___________________________^
[INFO] [stdout]  87 | |         "
[INFO] [stdout]  88 | |         INSERT INTO meal_products (meal_id, kind, quantity, unit, product_id, name, calories, proteins, fats, carbohydrates)
[INFO] [stdout]  89 | |         VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |         product.carbohydrates,
[INFO] [stdout] 102 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:108:23
[INFO] [stdout]     |
[INFO] [stdout] 108 |       let new_product = sqlx::query!(
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 109 | |         r#"
[INFO] [stdout] 110 | |         SELECT
[INFO] [stdout] 111 | |             coalesce(mp.name, p.name) AS "name!", coalesce(mp.calories, p.calories) AS "calories!",
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |         meal_product_id,
[INFO] [stdout] 119 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     sqlx::query!("DELETE FROM meal_products WHERE id = $1", product_id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | /         sqlx::query!(
[INFO] [stdout] 150 | |             "
[INFO] [stdout] 151 | |             DELETE FROM meal_products
[INFO] [stdout] 152 | |             WHERE id IN (
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |             date, section_id,
[INFO] [stdout] 160 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 | /         sqlx::query!(
[INFO] [stdout] 163 | |             "
[INFO] [stdout] 164 | |             DELETE FROM meal_products
[INFO] [stdout] 165 | |             WHERE id IN (
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |             date,
[INFO] [stdout] 173 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:7:19
[INFO] [stdout]    |
[INFO] [stdout]  7 |       let section = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout]  8 | |         r#"SELECT EXISTS ( SELECT 1 FROM user_sections WHERE id = $1 AND user_id = $2 ) AS "exists!""#,
[INFO] [stdout]  9 | |         section_id, user_id,
[INFO] [stdout] 10 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |       let icon = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 19 | |         r#"SELECT EXISTS ( SELECT 1 FROM section_icons WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout] 20 | |         icon_id,
[INFO] [stdout] 21 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | /     sqlx::query_as!(
[INFO] [stdout] 30 | |         SectionIcon,
[INFO] [stdout] 31 | |         "SELECT * FROM section_icons",
[INFO] [stdout] 32 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     sqlx::query_as!(
[INFO] [stdout] 39 | |         UserSection,
[INFO] [stdout] 40 | |         r#"
[INFO] [stdout] 41 | |         SELECT section.id, section.user_id, section.index, icon.emoji AS "icon: Option<String>", section.name
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |         user_id, section_id,
[INFO] [stdout] 48 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | /     sqlx::query_as!(
[INFO] [stdout] 55 | |         UserSection,
[INFO] [stdout] 56 | |         r#"
[INFO] [stdout] 57 | |         SELECT section.id, section.user_id, section.index, icon.emoji AS "icon: Option<String>", section.name
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |         user_id,
[INFO] [stdout] 64 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 |       let section = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 75 | |         "SELECT index FROM user_sections WHERE user_id = $1 AND id != $2 ORDER BY index DESC LIMIT 1",
[INFO] [stdout] 76 | |         user_id, exclude_id.unwrap_or(Uuid::new_v4()),
[INFO] [stdout] 77 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout]  91 | /     sqlx::query_as!(
[INFO] [stdout]  92 | |         UserSection,
[INFO] [stdout]  93 | |         "
[INFO] [stdout]  94 | |         WITH inserted AS (
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |         user_id, index, icon_id, name,
[INFO] [stdout] 104 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:185:19
[INFO] [stdout]     |
[INFO] [stdout] 185 |       let section = sqlx::query!(
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 186 | |         "DELETE FROM user_sections WHERE id = $1 AND user_id = $2 RETURNING index",
[INFO] [stdout] 187 | |         section_id, user_id,
[INFO] [stdout] 188 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     sqlx::query!("DELETE FROM user_sections WHERE user_id = $1", user_id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |       let sections = sqlx::query_as!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 203 | |         UserSection,
[INFO] [stdout] 204 | |         "
[INFO] [stdout] 205 | |         WITH inserted AS (
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |         3, "Snacks",
[INFO] [stdout] 219 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let user = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 12 | |         r#"SELECT EXISTS ( SELECT 1 FROM users WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout] 13 | |         user_id,
[INFO] [stdout] 14 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | /     sqlx::query_as!(
[INFO] [stdout] 23 | |         User,
[INFO] [stdout] 24 | |         r#"
[INFO] [stdout] 25 | |         SELECT id, username, display_name, email, password, avatar_url, account_state AS "account_state: _", created_at
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |         user_id,
[INFO] [stdout] 31 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | /     sqlx::query_as!(
[INFO] [stdout] 38 | |         User,
[INFO] [stdout] 39 | |         r#"
[INFO] [stdout] 40 | |         SELECT id, username, display_name, email, password, avatar_url, account_state AS "account_state: _", created_at
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |         email,
[INFO] [stdout] 46 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | /     sqlx::query_as!(
[INFO] [stdout] 53 | |         FullUser,
[INFO] [stdout] 54 | |         r#"
[INFO] [stdout] 55 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         id,
[INFO] [stdout] 94 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | /     sqlx::query_as!(
[INFO] [stdout] 105 | |         UserDetailsWithGoalsAndPreferences,
[INFO] [stdout] 106 | |         r#"
[INFO] [stdout] 107 | |         SELECT
[INFO] [stdout] ...   |
[INFO] [stdout] 123 | |         user_id,
[INFO] [stdout] 124 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 | /     sqlx::query_as!(
[INFO] [stdout] 132 | |         MinimalUserForTdee,
[INFO] [stdout] 133 | |         r#"
[INFO] [stdout] 134 | |         SELECT n.base_tdee, d.weight, g.weight_goal AS "weight_goal: _", g.goal_diff_per_week
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |         user_id
[INFO] [stdout] 141 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:180:16
[INFO] [stdout]     |
[INFO] [stdout] 180 |       let user = sqlx::query!(
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 181 | |         "SELECT tdee FROM user_nutrients WHERE user_id = $1",
[INFO] [stdout] 182 | |         user_id,
[INFO] [stdout] 183 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 194 |       let user_id = sqlx::query!(
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 195 | |         "
[INFO] [stdout] 196 | |         INSERT INTO users (username, display_name, email, password)
[INFO] [stdout] 197 | |         VALUES ($1, $2, $3, $4)
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |         user.username, user.display_name, user.email, user.password,
[INFO] [stdout] 201 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:207:5
[INFO] [stdout]     |
[INFO] [stdout] 207 | /     sqlx::query!(
[INFO] [stdout] 208 | |         "
[INFO] [stdout] 209 | |         INSERT INTO user_details (user_id, sex, weight, height, date_of_birth, idle_activity, workout_activity, diet_kind)
[INFO] [stdout] 210 | |         VALUES ($1, $2, $3, $4, $5, $6, $7, $8)
[INFO] [stdout] 211 | |         ",
[INFO] [stdout] 212 | |         user_id, user.sex as _, user.weight, user.height, user.date_of_birth, user.idle_activity, user.workout_activity, user.die...
[INFO] [stdout] 213 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | /     sqlx::query!(
[INFO] [stdout] 219 | |         "INSERT INTO user_preferences (user_id, weight_unit, height_unit) VALUES ($1, $2, $3)",
[INFO] [stdout] 220 | |         user_id, user.weight_unit as _, user.height_unit as _,
[INFO] [stdout] 221 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:226:5
[INFO] [stdout]     |
[INFO] [stdout] 226 | /     sqlx::query!(
[INFO] [stdout] 227 | |         "
[INFO] [stdout] 228 | |         INSERT INTO user_sections (user_id, index, name) VALUES
[INFO] [stdout] 229 | |         ($1, $2, $3), ($1, $4, $5), ($1, $6, $7), ($1, $8, $9)
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |         3, "Snacks",
[INFO] [stdout] 236 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:241:5
[INFO] [stdout]     |
[INFO] [stdout] 241 | /     sqlx::query!(
[INFO] [stdout] 242 | |         "INSERT INTO user_goals (user_id, weight_goal, goal_diff_per_week) VALUES ($1, $2, $3)",
[INFO] [stdout] 243 | |         user_id, user.weight_goal as _, user.goal_diff_per_week,
[INFO] [stdout] 244 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:249:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | /     sqlx::query!(
[INFO] [stdout] 250 | |         "INSERT INTO user_metrics (user_id, origin) VALUES ($1, $2)",
[INFO] [stdout] 251 | |         user_id, user.origin as _,
[INFO] [stdout] 252 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:257:5
[INFO] [stdout]     |
[INFO] [stdout] 257 | /     sqlx::query!(
[INFO] [stdout] 258 | |         "
[INFO] [stdout] 259 | |         INSERT INTO
[INFO] [stdout] 260 | |             user_nutrients (user_id, bmr, base_tdee, tdee, protein_target, fat_target, carb_target, protein_dist, fat_dist, carb_...
[INFO] [stdout] ...   |
[INFO] [stdout] 266 | |         DEFAULT_PROTEIN_DIST, DEFAULT_FAT_DIST, DEFAULT_CARB_DIST,
[INFO] [stdout] 267 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:277:5
[INFO] [stdout]     |
[INFO] [stdout] 277 | /     sqlx::query!(
[INFO] [stdout] 278 | |         "UPDATE users SET avatar_url = $1 WHERE id = $2",
[INFO] [stdout] 279 | |         avatar, user_id,
[INFO] [stdout] 280 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 288 | /     sqlx::query!(
[INFO] [stdout] 289 | |         "
[INFO] [stdout] 290 | |         UPDATE users
[INFO] [stdout] 291 | |         SET username = $2, display_name = $3, password = $4, email = $5
[INFO] [stdout] ...   |
[INFO] [stdout] 294 | |         user_id, update.username, update.display_name, update.password, update.email,
[INFO] [stdout] 295 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 303 | /     sqlx::query!(
[INFO] [stdout] 304 | |         "
[INFO] [stdout] 305 | |         UPDATE user_details
[INFO] [stdout] 306 | |         SET sex = $2, weight = $3, height = $4, date_of_birth = $5, idle_activity = $6, workout_activity = $7
[INFO] [stdout] ...   |
[INFO] [stdout] 310 | |         update.date_of_birth, update.idle_activity, update.workout_activity,
[INFO] [stdout] 311 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | /     sqlx::query!(
[INFO] [stdout] 327 | |         "
[INFO] [stdout] 328 | |         UPDATE user_preferences
[INFO] [stdout] 329 | |         SET
[INFO] [stdout] ...   |
[INFO] [stdout] 334 | |         user_id, theme as _, language as _, weight_unit as _, height_unit as _,
[INFO] [stdout] 335 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:348:5
[INFO] [stdout]     |
[INFO] [stdout] 348 | /     sqlx::query!(
[INFO] [stdout] 349 | |         "
[INFO] [stdout] 350 | |         UPDATE user_goals
[INFO] [stdout] 351 | |         SET goal_diff_per_week = COALESCE($2, goal_diff_per_week), weight_goal = COALESCE($3, weight_goal)
[INFO] [stdout] ...   |
[INFO] [stdout] 354 | |         user_id, goal_diff, weight_goal as _,
[INFO] [stdout] 355 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/user.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 | /     sqlx::query!(
[INFO] [stdout] 364 | |         "DELETE FROM users WHERE id = $1",
[INFO] [stdout] 365 | |         user_id,
[INFO] [stdout] 366 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_nutrients.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     sqlx::query!(
[INFO] [stdout] 15 | |         "
[INFO] [stdout] 16 | |         UPDATE user_nutrients
[INFO] [stdout] 17 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | |         macros.proteins.round() as _, macros.fats.round() as _, macros.carbohydrates.round() as _,
[INFO] [stdout] 24 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_nutrients.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | /     sqlx::query!(
[INFO] [stdout] 42 | |         "
[INFO] [stdout] 43 | |         UPDATE user_nutrients
[INFO] [stdout] 44 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |         protein_target, fat_target, carb_target,
[INFO] [stdout] 56 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_nutrients.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |       let nutrients = sqlx::query!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 65 | |         "SELECT tdee FROM user_nutrients WHERE user_id = $1",
[INFO] [stdout] 66 | |         user_id,
[INFO] [stdout] 67 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     sqlx::query_as!(
[INFO] [stdout] 15 | |         FridgeProduct,
[INFO] [stdout] 16 | |         "
[INFO] [stdout] 17 | |         INSERT INTO user_fridge_products (user_id, name, quantity, expiration)
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |         user_id, name, quantity, expiration,
[INFO] [stdout] 22 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | /     sqlx::query_as!(
[INFO] [stdout] 29 | |         FridgeProduct,
[INFO] [stdout] 30 | |         "SELECT * FROM user_fridge_products WHERE user_id = $1",
[INFO] [stdout] 31 | |         user_id,
[INFO] [stdout] 32 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | /     sqlx::query_as!(
[INFO] [stdout] 46 | |         FridgeProduct,
[INFO] [stdout] 47 | |         "
[INFO] [stdout] 48 | |         UPDATE user_fridge_products
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |         name, quantity, expiration,
[INFO] [stdout] 55 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/user_fridge_products.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     sqlx::query!(
[INFO] [stdout] 62 | |         "DELETE FROM user_fridge_products WHERE user_id = $1 AND id = $2",
[INFO] [stdout] 63 | |         user_id, product_id,
[INFO] [stdout] 64 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/product.rs:7:19
[INFO] [stdout]    |
[INFO] [stdout]  7 |       let product = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout]  8 | |         r#"SELECT EXISTS ( SELECT 1 FROM products WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout]  9 | |         product_id,
[INFO] [stdout] 10 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/product.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     sqlx::query_as!(
[INFO] [stdout] 19 | |         Product,
[INFO] [stdout] 20 | |         r#"
[INFO] [stdout] 21 | |         SELECT id, name, barcode, brand, ingredients, unit AS "unit: _", quantity, calories, proteins, fats, carbohydrates
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         barcode,
[INFO] [stdout] 27 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/product.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     sqlx::query_as!(
[INFO] [stdout] 34 | |         Product,
[INFO] [stdout] 35 | |         r#"
[INFO] [stdout] 36 | |         WITH
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |         query,
[INFO] [stdout] 63 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:8:24
[INFO] [stdout]    |
[INFO] [stdout]  8 |       let meal_product = sqlx::query!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout]  9 | |         r#"SELECT EXISTS ( SELECT 1 FROM meal_products WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout] 10 | |         product_id,
[INFO] [stdout] 11 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:23:20
[INFO] [stdout]    |
[INFO] [stdout] 23 |       let products = sqlx::query!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 24 | |         r#"
[INFO] [stdout] 25 | |         SELECT count(*) AS "count!"
[INFO] [stdout] 26 | |         FROM meal_products p
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |         user_id, date,
[INFO] [stdout] 31 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | /     sqlx::query_as!(
[INFO] [stdout] 44 | |         UserMealProduct,
[INFO] [stdout] 45 | |         r#"
[INFO] [stdout] 46 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |         date, user_id,
[INFO] [stdout] 63 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/meal.rs:77:19
[INFO] [stdout]    |
[INFO] [stdout] 77 |       let meal_id = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 78 | |         "INSERT INTO user_meals (user_id, section_id, date) VALUES ($1, $2, $3) RETURNING id",
[INFO] [stdout] 79 | |         user_id, product.section_id, date,
[INFO] [stdout] 80 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:86:27
[INFO] [stdout]     |
[INFO] [stdout]  86 |       let meal_product_id = sqlx::query!(
[INFO] [stdout]     |  ___________________________^
[INFO] [stdout]  87 | |         "
[INFO] [stdout]  88 | |         INSERT INTO meal_products (meal_id, kind, quantity, unit, product_id, name, calories, proteins, fats, carbohydrates)
[INFO] [stdout]  89 | |         VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |         product.carbohydrates,
[INFO] [stdout] 102 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:108:23
[INFO] [stdout]     |
[INFO] [stdout] 108 |       let new_product = sqlx::query!(
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 109 | |         r#"
[INFO] [stdout] 110 | |         SELECT
[INFO] [stdout] 111 | |             coalesce(mp.name, p.name) AS "name!", coalesce(mp.calories, p.calories) AS "calories!",
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |         meal_product_id,
[INFO] [stdout] 119 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     sqlx::query!("DELETE FROM meal_products WHERE id = $1", product_id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | /         sqlx::query!(
[INFO] [stdout] 150 | |             "
[INFO] [stdout] 151 | |             DELETE FROM meal_products
[INFO] [stdout] 152 | |             WHERE id IN (
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |             date, section_id,
[INFO] [stdout] 160 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/meal.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 | /         sqlx::query!(
[INFO] [stdout] 163 | |             "
[INFO] [stdout] 164 | |             DELETE FROM meal_products
[INFO] [stdout] 165 | |             WHERE id IN (
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |             date,
[INFO] [stdout] 173 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:7:19
[INFO] [stdout]    |
[INFO] [stdout]  7 |       let section = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout]  8 | |         r#"SELECT EXISTS ( SELECT 1 FROM user_sections WHERE id = $1 AND user_id = $2 ) AS "exists!""#,
[INFO] [stdout]  9 | |         section_id, user_id,
[INFO] [stdout] 10 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |       let icon = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 19 | |         r#"SELECT EXISTS ( SELECT 1 FROM section_icons WHERE id = $1 ) AS "exists!""#,
[INFO] [stdout] 20 | |         icon_id,
[INFO] [stdout] 21 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | /     sqlx::query_as!(
[INFO] [stdout] 30 | |         SectionIcon,
[INFO] [stdout] 31 | |         "SELECT * FROM section_icons",
[INFO] [stdout] 32 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     sqlx::query_as!(
[INFO] [stdout] 39 | |         UserSection,
[INFO] [stdout] 40 | |         r#"
[INFO] [stdout] 41 | |         SELECT section.id, section.user_id, section.index, icon.emoji AS "icon: Option<String>", section.name
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |         user_id, section_id,
[INFO] [stdout] 48 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | /     sqlx::query_as!(
[INFO] [stdout] 55 | |         UserSection,
[INFO] [stdout] 56 | |         r#"
[INFO] [stdout] 57 | |         SELECT section.id, section.user_id, section.index, icon.emoji AS "icon: Option<String>", section.name
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |         user_id,
[INFO] [stdout] 64 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/database/section.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 |       let section = sqlx::query!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 75 | |         "SELECT index FROM user_sections WHERE user_id = $1 AND id != $2 ORDER BY index DESC LIMIT 1",
[INFO] [stdout] 76 | |         user_id, exclude_id.unwrap_or(Uuid::new_v4()),
[INFO] [stdout] 77 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:91:5
[INFO] [stdout]     |
[INFO] [stdout]  91 | /     sqlx::query_as!(
[INFO] [stdout]  92 | |         UserSection,
[INFO] [stdout]  93 | |         "
[INFO] [stdout]  94 | |         WITH inserted AS (
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |         user_id, index, icon_id, name,
[INFO] [stdout] 104 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:185:19
[INFO] [stdout]     |
[INFO] [stdout] 185 |       let section = sqlx::query!(
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 186 | |         "DELETE FROM user_sections WHERE id = $1 AND user_id = $2 RETURNING index",
[INFO] [stdout] 187 | |         section_id, user_id,
[INFO] [stdout] 188 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 |     sqlx::query!("DELETE FROM user_sections WHERE user_id = $1", user_id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/database/section.rs:202:20
[INFO] [stdout]     |
[INFO] [stdout] 202 |       let sections = sqlx::query_as!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 203 | |         UserSection,
[INFO] [stdout] 204 | |         "
[INFO] [stdout] 205 | |         WITH inserted AS (
[INFO] [stdout] ...   |
[INFO] [stdout] 218 | |         3, "Snacks",
[INFO] [stdout] 219 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/security/../../keys/private.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/security/jwt.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 | const PRIVATE_KEY: &[u8] = include_bytes!("../../keys/private.pem");
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/security/../../keys/public.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/security/jwt.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 | const PUBLIC_KEY: &[u8] = include_bytes!("../../keys/public.pem");
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macro expansion ignores `;` and any tokens following
[INFO] [stdout]   --> src/main.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | const DATABASE_URL: &str = dotenv!("DATABASE_URL");
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^ caused by the macro expansion here
[INFO] [stdout]    |
[INFO] [stdout]    = note: the usage of `dotenv!` is likely invalid in expression context
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Error loading .env file: path not found
[INFO] [stdout]   --> src/main.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | const DATABASE_URL: &str = dotenv!("DATABASE_URL");
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/security/../../keys/private.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/security/jwt.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 | const PRIVATE_KEY: &[u8] = include_bytes!("../../keys/private.pem");
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/security/../../keys/public.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/security/jwt.rs:11:27
[INFO] [stdout]    |
[INFO] [stdout] 11 | const PUBLIC_KEY: &[u8] = include_bytes!("../../keys/public.pem");
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `enums::Unit`
[INFO] [stdout]  --> src/database/meal.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::models::database::{enums::Unit, meal::{InsertMealProduct, UserMealProduct}};
[INFO] [stdout]   |                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macro expansion ignores `;` and any tokens following
[INFO] [stdout]   --> src/main.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | const DATABASE_URL: &str = dotenv!("DATABASE_URL");
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^ caused by the macro expansion here
[INFO] [stdout]    |
[INFO] [stdout]    = note: the usage of `dotenv!` is likely invalid in expression context
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Error loading .env file: path not found
[INFO] [stdout]   --> src/main.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | const DATABASE_URL: &str = dotenv!("DATABASE_URL");
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `dotenv` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `enums::Unit`
[INFO] [stdout]  --> src/database/meal.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::models::database::{enums::Unit, meal::{InsertMealProduct, UserMealProduct}};
[INFO] [stdout]   |                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kenko-api` (bin "kenko-api") due to 53 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `kenko-api` (bin "kenko-api" test) due to 53 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d", kill_on_drop: false }`
[INFO] [stdout] 854af399aec32b49ea9c4282dafa633c369037af1891cc6cf05054277994036d
